3 references to VirtualMethodIndexAttribute
Microsoft.Interop.ComInterfaceGenerator (3)
Analyzers\VtableIndexStubDiagnosticsAnalyzer.cs (1)
45
INamedTypeSymbol? virtualMethodIndexAttrType = compilationContext.Compilation.GetBestTypeByMetadataName(TypeNames.
VirtualMethodIndexAttribute
);
VtableIndexStubGenerator.cs (2)
40
TypeNames.
VirtualMethodIndexAttribute
,
198
&& attr.AttributeClass.ToDisplayString() == TypeNames.
VirtualMethodIndexAttribute
)