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