2 references to ImplementationDetails
Microsoft.CodeAnalysis.CSharp.Features (1)
Copilot\CSharpImplementNotImplementedExceptionFixProvider.cs (1)
115
Contract.ThrowIfFalse(memberImplementationDetails.TryGetValue(methodOrProperty, out
var
implementationDetails));
Microsoft.CodeAnalysis.Features (1)
Copilot\ICopilotCodeAnalysisService.cs (1)
100
Task<ImmutableDictionary<SyntaxNode,
ImplementationDetails
>> ImplementNotImplementedExceptionsAsync(