2 references to IsOfType
Microsoft.Interop.ComInterfaceGenerator (2)
VtableIndexStubGenerator.cs (2)
300
var unmanagedObjectUnwrapper = symbol.ContainingType.GetAttributes().FirstOrDefault(att => att.AttributeClass.
IsOfType
(TypeNames.UnmanagedObjectUnwrapperAttribute));
419
if (!method.ContainingType.GetAttributes().Any(att => att.AttributeClass.
IsOfType
(TypeNames.UnmanagedObjectUnwrapperAttribute)))