1 write to _pathToAssembly
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\Compiler\CompilerResults.cs (1)
129
_pathToAssembly
= value;
2 references to _pathToAssembly
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\Compiler\CompilerResults.cs (2)
72
if (_compiledAssembly == null &&
_pathToAssembly
!= null)
122
return
_pathToAssembly
;