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