5 references to ExportAttribute
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
LspServices\AbstractExportLspServiceAttribute.cs (1)
58
:
base
(contractName, contractType)
System.Composition.AttributedModel (3)
System\Composition\ExportAttribute.cs (3)
19
public ExportAttribute() :
this
(null, null)
33
public ExportAttribute(Type contractType) :
this
(null, contractType)
46
public ExportAttribute(string contractName) :
this
(contractName, null)
System.Composition.Convention (1)
System\Composition\Convention\ExportConventionBuilder.cs (1)
143
attributes.Add(new
ExportAttribute
(contractName, _contractType));