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