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