5 references to ForType
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Patterns.cs (1)
1348
var declType = TypeWithState.
ForType
(inputType).ToTypeWithAnnotations(Compilation);
FlowAnalysis\NullableWalker.cs (4)
2945
SetResultType(node, TypeWithState.
ForType
(node.Type));
4626
SetResult(binary, TypeWithState.
ForType
(binary.Type), TypeWithAnnotations.Create(binary.Type));
10581
SetResultType(node, TypeWithState.
ForType
(type));
11036
var rValueType = TypeWithState.
ForType
(node.Type);