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)
45if (_suppressGCTransitionAttrType.HasValue) 47return _suppressGCTransitionAttrType.Value; 50return _suppressGCTransitionAttrType.Value;