1 write to _wasmImportLinkageAttrType
Microsoft.Interop.SourceGeneration (1)
StubEnvironment.cs (1)
86_wasmImportLinkageAttrType = new Optional<INamedTypeSymbol?>(Compilation.GetTypeByMetadataName(TypeNames.WasmImportLinkageAttribute));
3 references to _wasmImportLinkageAttrType
Microsoft.Interop.SourceGeneration (3)
StubEnvironment.cs (3)
82if (_wasmImportLinkageAttrType.HasValue) 84return _wasmImportLinkageAttrType.Value; 87return _wasmImportLinkageAttrType.Value;