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