7 references to BestFitMapping
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
4480Debug.Assert(oldImportData.BestFitMapping == newImportData.BestFitMapping ||
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\InteropServices\PInvokeDiagnosticAnalyzer.cs (1)
129if (dllImportData.BestFitMapping != false &&
Microsoft.Interop.LibraryImportGenerator (4)
Analyzers\ConvertToLibraryImportAnalyzer.cs (2)
181if (dllImportData.BestFitMapping.HasValue) 183return dllImportData.BestFitMapping.Value;
Analyzers\ConvertToLibraryImportFixer.cs (2)
460if (dllImportData.BestFitMapping != null 461&& !dllImportData.BestFitMapping.Value