1 write to _defaultDllImportSearchPathsAttrType
Microsoft.Interop.SourceGeneration (1)
StubEnvironment.cs (1)
77_defaultDllImportSearchPathsAttrType = new Optional<INamedTypeSymbol?>(Compilation.GetTypeByMetadataName(TypeNames.DefaultDllImportSearchPathsAttribute));
3 references to _defaultDllImportSearchPathsAttrType
Microsoft.Interop.SourceGeneration (3)
StubEnvironment.cs (3)
73if (_defaultDllImportSearchPathsAttrType.HasValue) 75return _defaultDllImportSearchPathsAttrType.Value; 78return _defaultDllImportSearchPathsAttrType.Value;