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)
54
if (
_unmanagedCallConvAttrType
.HasValue)
56
return
_unmanagedCallConvAttrType
.Value;
59
return
_unmanagedCallConvAttrType
.Value;