3 references to ExactSpelling
Microsoft.Interop.LibraryImportGenerator (3)
Analyzers\ConvertToLibraryImportAnalyzer.cs (2)
36
public const string ExactSpelling = nameof(
ExactSpelling
);
86
properties.Add(
ExactSpelling
, dllImportData.ExactSpelling.ToString());
Analyzers\ConvertToLibraryImportFixer.cs (1)
64
if (!bool.Parse(diagnostic.Properties[ConvertToLibraryImportAnalyzer.
ExactSpelling
]))