4 references to ForType
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Patterns.cs (1)
1357
var declType = TypeWithState.
ForType
(inputType).ToTypeWithAnnotations(Compilation);
FlowAnalysis\NullableWalker.cs (3)
3084
SetResultType(node, TypeWithState.
ForType
(node.Type));
11558
SetResultType(node, TypeWithState.
ForType
(type));
12013
var rValueType = TypeWithState.
ForType
(node.Type);