1 write to Assembly
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Debugger\MemberInfo\AssemblyImpl.cs (1)
22
this.
Assembly
= assembly;
2 references to Assembly
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (2)
Debugger\Engine\DkmClrRuntimeInstance.cs (1)
68
var assembly = ((AssemblyImpl)type.Assembly).
Assembly
;
Debugger\MemberInfo\AssemblyImpl.cs (1)
27
Debug.Assert(
Assembly
.GetReferencedAssemblies().Length == 0, "If this fires, we have to actually implement this method.");