1 write to _defaultAttributeContext
System.Composition.TypedParts (1)
System\Composition\Hosting\ContainerConfiguration.cs (1)
72_defaultAttributeContext = conventions;
3 references to _defaultAttributeContext
System.Composition.TypedParts (3)
System\Composition\Hosting\ContainerConfiguration.cs (3)
37var ac = typeSet.Item2 ?? _defaultAttributeContext ?? new DirectAttributeContext(); 69if (_defaultAttributeContext != null) 278return _defaultAttributeContext;