2 writes to _compiledAssembly
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\Compiler\CompilerResults.cs (2)
76
_compiledAssembly
= Assembly.Load(assemName);
84
_compiledAssembly
= value;
2 references to _compiledAssembly
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\Compiler\CompilerResults.cs (2)
72
if (
_compiledAssembly
== null && _pathToAssembly != null)
78
return
_compiledAssembly
;