2 references to MethodUsesRuntimeMarshallingEvenWhenMarshallingDisabledId
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\InteropServices\CSharpDisableRuntimeMarshalling.Fixer.cs (1)
23
public override ImmutableArray<string> FixableDiagnosticIds { get; } = ImmutableArray.Create(DisableRuntimeMarshallingAnalyzer.
MethodUsesRuntimeMarshallingEvenWhenMarshallingDisabledId
);
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\InteropServices\DisableRuntimeMarshalling.cs (1)
117
MethodUsesRuntimeMarshallingEvenWhenMarshallingDisabledId
,