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