3 references to JSExportAttribute
Microsoft.Interop.JavaScript.JSImportGenerator (3)
Analyzers\JSExportDiagnosticsAnalyzer.cs (1)
18
protected override string AttributeMetadataName => Constants.
JSExportAttribute
;
JSExportGenerator.cs (2)
41
.ForAttributeWithMetadataName(Constants.
JSExportAttribute
,
157
&& attr.AttributeClass.ToDisplayString() == Constants.
JSExportAttribute
)