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