2 writes to TryGetMatchingSourceTextImpl
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (2)
1354TryGetMatchingSourceTextImpl = (filePath, requiredChecksum, checksumAlgorithm) => 2438TryGetMatchingSourceTextImpl = (filePath, requiredChecksum, checksumAlgorithm) =>
1 reference to TryGetMatchingSourceTextImpl
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
EditAndContinue\Helpers\MockPdbMatchingSourceTextProvider.cs (1)
19=> ValueTaskFactory.FromResult(TryGetMatchingSourceTextImpl?.Invoke(filePath, requiredChecksum, checksumAlgorithm));