6 references to AddDisableRuntimeMarshallingAttribute
Microsoft.Interop.LibraryImportGenerator (1)
Analyzers\AddDisableRuntimeMarshallingAttributeFixer.cs (1)
48
return diagnostic.Properties.ContainsKey(GeneratorDiagnosticProperties.
AddDisableRuntimeMarshallingAttribute
);
Microsoft.Interop.SourceGeneration (5)
GeneratorDiagnosticsBag.cs (1)
130
public const string AddDisableRuntimeMarshallingAttribute = nameof(
AddDisableRuntimeMarshallingAttribute
);
Marshalling\AttributedMarshallingModelGeneratorResolver.cs (2)
25
ImmutableDictionary<string, string>.Empty.Add(GeneratorDiagnosticProperties.
AddDisableRuntimeMarshallingAttribute
, GeneratorDiagnosticProperties.
AddDisableRuntimeMarshallingAttribute
);
Marshalling\BlittableMarshallerResolver.cs (2)
19
ImmutableDictionary<string, string>.Empty.Add(GeneratorDiagnosticProperties.
AddDisableRuntimeMarshallingAttribute
, GeneratorDiagnosticProperties.
AddDisableRuntimeMarshallingAttribute
);