4 references to System_Runtime_InteropServices_Marshal
Microsoft.Interop.ComInterfaceGenerator (1)
Analyzers\RuntimeComApiUsageWithSourceGeneratedComAnalyzer.cs (1)
29
INamedTypeSymbol? marshalType = context.Compilation.GetBestTypeByMetadataName(TypeNames.
System_Runtime_InteropServices_Marshal
);
Microsoft.Interop.LibraryImportGenerator (1)
Analyzers\ConvertToLibraryImportFixer.cs (1)
405
TypeNames.
System_Runtime_InteropServices_Marshal
)),
Microsoft.Interop.SourceGeneration (2)
TypeNames.cs (2)
109
public static TypeSyntax System_Runtime_InteropServices_Marshal => _System_Runtime_InteropServices_Marshal ??= ParseTypeName(TypeNames.GlobalAlias + TypeNames.
System_Runtime_InteropServices_Marshal
);
222
return options.UseMarshalType ?
System_Runtime_InteropServices_Marshal
: System_Runtime_InteropServices_MarshalEx;