2 references to DefaultDllImportSearchPathsAttribute
Microsoft.Interop.SourceGeneration (2)
StubEnvironment.cs (1)
72
_defaultDllImportSearchPathsAttrType = new Optional<INamedTypeSymbol?>(Compilation.GetTypeByMetadataName(TypeNames.
DefaultDllImportSearchPathsAttribute
));
TypeNames.cs (1)
26
public static NameSyntax DefaultDllImportSearchPathsAttribute => _DefaultDllImportSearchPathsAttribute ??= ParseName(TypeNames.GlobalAlias + TypeNames.
DefaultDllImportSearchPathsAttribute
);