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