3 references to FileName
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeValidator.cs (2)
1024if (e.FileName.IndexOfAny(Path.GetInvalidPathChars()) != -1) 1025throw new ArgumentException(string.Format(SRCodeDom.InvalidPathCharsInChecksum, e.FileName));
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (1)
3408Output.Write(checksumPragma.FileName);