3 references to DisableRuntimeMarshallingAnalyzer
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\InteropServices\CSharpDisableRuntimeMarshalling.FixAllProvider.cs (1)
40
if (diagnostic.Properties[
DisableRuntimeMarshallingAnalyzer
.CanConvertToDisabledMarshallingEquivalentKey] is not null)
Microsoft.NetCore.Analyzers\InteropServices\CSharpDisableRuntimeMarshalling.Fixer.cs (2)
23
public override ImmutableArray<string> FixableDiagnosticIds { get; } = ImmutableArray.Create(
DisableRuntimeMarshallingAnalyzer
.MethodUsesRuntimeMarshallingEvenWhenMarshallingDisabledId);
44
if (diagnostic.Properties[
DisableRuntimeMarshallingAnalyzer
.CanConvertToDisabledMarshallingEquivalentKey] is not null)