2 references to IsOfType
Microsoft.Interop.ComInterfaceGenerator (2)
Analyzers\VtableIndexStubDiagnosticsAnalyzer.cs (1)
135
if (!method.ContainingType.GetAttributes().Any(att => att.AttributeClass.
IsOfType
(TypeNames.UnmanagedObjectUnwrapperAttribute)))
VtableIndexStubGenerator.cs (1)
285
var unmanagedObjectUnwrapper = symbol.ContainingType.GetAttributes().FirstOrDefault(att => att.AttributeClass.
IsOfType
(TypeNames.UnmanagedObjectUnwrapperAttribute));