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)
72if (_compiledAssembly == null && _pathToAssembly != null) 78return _compiledAssembly;