1 write to FileName
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
638csPragma.FileName = ParentFolderPrefix + SourceFileInfo.RelativeSourceFilePath + XAML;
4 references to FileName
System.CodeDom (4)
Microsoft\CSharp\CSharpCodeGenerator.cs (1)
2522Output.Write(checksumPragma.FileName);
Microsoft\VisualBasic\VBCodeGenerator.cs (1)
2290Output.Write(checksumPragma.FileName);
System\CodeDom\Compiler\CodeValidator.cs (2)
956if (e.FileName.IndexOfAny(Path.GetInvalidPathChars()) != -1) 957throw new ArgumentException(SR.Format(SR.InvalidPathCharsInChecksum, e.FileName), nameof(e));