5 references to ForType
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Patterns.cs (1)
2094var declType = TypeWithState.ForType(inputType).ToTypeWithAnnotations(Compilation);
FlowAnalysis\NullableWalker.cs (4)
3250SetResultType(node, TypeWithState.ForType(node.Type)); 5596SetResult(binary, TypeWithState.ForType(binary.Type), TypeWithAnnotations.Create(binary.Type)); 13176SetResultType(node, TypeWithState.ForType(type)); 13631var rValueType = TypeWithState.ForType(node.Type);