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