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