2 references to SharingBoundaryPartMetadataName
System.Composition.AttributedModel (2)
System\Composition\SharedAttribute.cs (2)
23
public SharedAttribute() : base(
SharingBoundaryPartMetadataName
, null)
32
public SharedAttribute(string sharingBoundaryName) : base(
SharingBoundaryPartMetadataName
, sharingBoundaryName)