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