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