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)
94
if (delegateType.ContainingAssembly.HasAnyAttribute(
_disableRuntimeMarshallingAttribute
))
141
if (delegateType.ContainingAssembly.HasAnyAttribute(
_disableRuntimeMarshallingAttribute
))