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