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