3 references to System_Runtime_CompilerServices_DisableRuntimeMarshallingAttribute
Microsoft.Interop.LibraryImportGenerator (1)
Analyzers\AddDisableRuntimeMarshallingAttributeFixer.cs (1)
66
editor.Generator.Attribute(editor.Generator.DottedName(TypeNames.
System_Runtime_CompilerServices_DisableRuntimeMarshallingAttribute
))));
Microsoft.Interop.SourceGeneration (2)
CompilationExtensions.cs (1)
21
if (compilation.SourceModule.GetAttributes().Any(attr => attr.AttributeClass.ToDisplayString() == TypeNames.
System_Runtime_CompilerServices_DisableRuntimeMarshallingAttribute
))
IncrementalGeneratorInitializationContextExtensions.cs (1)
32
TypeNames.
System_Runtime_CompilerServices_DisableRuntimeMarshallingAttribute
,