4 references to ExactSpelling
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
4477oldImportData.ExactSpelling == newImportData.ExactSpelling ||
Microsoft.Interop.LibraryImportGenerator (2)
Analyzers\ConvertToLibraryImportAnalyzer.cs (1)
86properties.Add(ExactSpelling, dllImportData.ExactSpelling.ToString());
Analyzers\ConvertToLibraryImportFixer.cs (1)
519if (!dllImportData.ExactSpelling && entryPointSuffix.HasValue)