5 references to ForType
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Patterns.cs (1)
1358var declType = TypeWithState.ForType(inputType).ToTypeWithAnnotations(Compilation);
FlowAnalysis\NullableWalker.cs (4)
3181SetResultType(node, TypeWithState.ForType(node.Type)); 5270SetResult(binary, TypeWithState.ForType(binary.Type), TypeWithAnnotations.Create(binary.Type)); 12293SetResultType(node, TypeWithState.ForType(type)); 12748var rValueType = TypeWithState.ForType(node.Type);