2 instantiations of MethodTypeInferenceResult
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (2)
291return new MethodTypeInferenceResult(success: false, inferredTypeArguments: default, hasTypeArgumentInferredFromFunctionType: false); 590return new MethodTypeInferenceResult(success, inferredTypeArguments, inferredFromFunctionType);
4 references to MethodTypeInferenceResult
Microsoft.CodeAnalysis.CSharp (4)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (2)
170public static MethodTypeInferenceResult Infer( 580private MethodTypeInferenceResult InferTypeArgs(Binder binder, ref CompoundUseSiteInfo<AssemblySymbol> useSiteInfo)
Binder\Semantics\OverloadResolution\OverloadResolution.cs (1)
4428var inferenceResult = MethodTypeInferrer.Infer(
FlowAnalysis\NullableWalker.cs (1)
8013var result = MethodTypeInferrer.Infer(