3 references to SuppressGCTransitionAttribute
Microsoft.Interop.ComInterfaceGenerator (1)
VtableIndexStubGenerator.cs (1)
202
INamedTypeSymbol? suppressGCTransitionAttrType = environment.Compilation.GetTypeByMetadataName(TypeNames.
SuppressGCTransitionAttribute
);
Microsoft.Interop.SourceGeneration (2)
StubEnvironment.cs (1)
44
_suppressGCTransitionAttrType = new Optional<INamedTypeSymbol?>(Compilation.GetTypeByMetadataName(TypeNames.
SuppressGCTransitionAttribute
));
TypeNames.cs (1)
29
public static NameSyntax SuppressGCTransitionAttribute => _SuppressGCTransitionAttribute ??= ParseName(TypeNames.GlobalAlias + TypeNames.
SuppressGCTransitionAttribute
);