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)
37
var ac = typeSet.Item2 ??
_defaultAttributeContext
?? new DirectAttributeContext();
75
if (
_defaultAttributeContext
!= null)
308
return
_defaultAttributeContext
;