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