3 writes to _fileName
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.CodeDom\Compiler\CompilerError.cs (3)
40
_fileName
= string.Empty;
54
_fileName
= fileName;
156
_fileName
= value;
1 reference to _fileName
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\Compiler\CompilerError.cs (1)
152
return
_fileName
;