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