1 write to _fileName
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\System\CodeLinePragma.cs (1)
58
_fileName
= value;
2 references to _fileName
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeLinePragma.cs (2)
54
return (
_fileName
== null) ? string.Empty :
_fileName
;