3 writes to FileName
PresentationBuildTasks (1)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
651csPragma.FileName = ParentFolderPrefix + SourceFileInfo.RelativeSourceFilePath + XAML;
System.Web (2)
Compilation\AssemblyBuilder.cs (2)
659pragma.FileName = ErrorFormatter.MakeHttpLinePragma(buildProvider.VirtualPathObject.VirtualPathString); 662pragma.FileName = physicalPath;
4 references to FileName
System (4)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
2982Output.Write(checksumPragma.FileName);
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
2481Output.Write(checksumPragma.FileName);
compmod\system\codedom\compiler\CodeValidator.cs (2)
818if (e.FileName.IndexOfAny(Path.GetInvalidPathChars()) != -1) 819throw new ArgumentException(SR.GetString(SR.InvalidPathCharsInChecksum, e.FileName));