2 references to System_Runtime_InteropServices_ComImportAttribute
Microsoft.Interop.ComInterfaceGenerator (2)
Analyzers\ConvertComImportToGeneratedComInterfaceAnalyzer.cs (1)
76
AttributeData comImportAttribute = type.GetAttributes().First(attr => attr.AttributeClass.ToDisplayString() == TypeNames.
System_Runtime_InteropServices_ComImportAttribute
);
Analyzers\ConvertComImportToGeneratedComInterfaceFixer.cs (1)
97
var comImportAttributeType = comp.GetTypeByMetadataName(TypeNames.
System_Runtime_InteropServices_ComImportAttribute
);