1 write to AssociatedAssembly
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
848
agg.
AssociatedAssembly
= type.Assembly;
3 references to AssociatedAssembly
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\AggregateSymbol.cs (1)
356
public bool InternalsVisibleTo(Assembly assembly) => TypeManager.InternalsVisibleTo(
AssociatedAssembly
, assembly);
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\Symbol.cs (2)
162
return ((AggregateSymbol)parent).
AssociatedAssembly
;
165
return ((AggregateSymbol)this).
AssociatedAssembly
;