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