1 write to _suppressGCTransitionAttrType
Microsoft.Interop.SourceGeneration (1)
StubEnvironment.cs (1)
44
_suppressGCTransitionAttrType
= new Optional<INamedTypeSymbol?>(Compilation.GetTypeByMetadataName(TypeNames.SuppressGCTransitionAttribute));
3 references to _suppressGCTransitionAttrType
Microsoft.Interop.SourceGeneration (3)
StubEnvironment.cs (3)
40
if (
_suppressGCTransitionAttrType
.HasValue)
42
return
_suppressGCTransitionAttrType
.Value;
45
return
_suppressGCTransitionAttrType
.Value;