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