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)
68
if (
_defaultDllImportSearchPathsAttrType
.HasValue)
70
return
_defaultDllImportSearchPathsAttrType
.Value;
73
return
_defaultDllImportSearchPathsAttrType
.Value;