1 write to _disableRuntimeMarshallingAttribute
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\InteropServices\DisableRuntimeMarshallingAnalyzer.DelegateInteropUsageAnalyzer.cs (1)
39_disableRuntimeMarshallingAttribute = disableRuntimeMarshallingAttribute;
2 references to _disableRuntimeMarshallingAttribute
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\InteropServices\DisableRuntimeMarshallingAnalyzer.DelegateInteropUsageAnalyzer.cs (2)
94if (delegateType.ContainingAssembly.HasAnyAttribute(_disableRuntimeMarshallingAttribute)) 141if (delegateType.ContainingAssembly.HasAnyAttribute(_disableRuntimeMarshallingAttribute))