1 write to _unmanagedCallConvAttrType
Microsoft.Interop.SourceGeneration (1)
StubEnvironment.cs (1)
63_unmanagedCallConvAttrType = new Optional<INamedTypeSymbol?>(Compilation.GetTypeByMetadataName(TypeNames.UnmanagedCallConvAttribute));
3 references to _unmanagedCallConvAttrType
Microsoft.Interop.SourceGeneration (3)
StubEnvironment.cs (3)
59if (_unmanagedCallConvAttrType.HasValue) 61return _unmanagedCallConvAttrType.Value; 64return _unmanagedCallConvAttrType.Value;