4 references to CanConvertToDisabledMarshallingEquivalentKey
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\InteropServices\CSharpDisableRuntimeMarshalling.FixAllProvider.cs (1)
40
if (diagnostic.Properties[DisableRuntimeMarshallingAnalyzer.
CanConvertToDisabledMarshallingEquivalentKey
] is not null)
Microsoft.NetCore.Analyzers\InteropServices\CSharpDisableRuntimeMarshalling.Fixer.cs (1)
44
if (diagnostic.Properties[DisableRuntimeMarshallingAnalyzer.
CanConvertToDisabledMarshallingEquivalentKey
] is not null)
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\InteropServices\DisableRuntimeMarshalling.cs (1)
126
public const string CanConvertToDisabledMarshallingEquivalentKey = nameof(
CanConvertToDisabledMarshallingEquivalentKey
);
Microsoft.NetCore.Analyzers\InteropServices\DisableRuntimeMarshallingAnalyzer.DisabledRuntimeMarshallingAssemblyAnalyzer.cs (1)
83
ImmutableDictionary.Create<string, string?>().Add(
CanConvertToDisabledMarshallingEquivalentKey
, canTransformToDisabledMarshallingEquivalent ? "true" : null),