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