3 writes to _errorText
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.CodeDom\Compiler\CompilerError.cs (3)
39
_errorText
= string.Empty;
53
_errorText
= errorText;
121
_errorText
= value;
1 reference to _errorText
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\Compiler\CompilerError.cs (1)
117
return
_errorText
;