6 references to SetType
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (5)
3002_variables.SetType(parameter, parameterType); 3694_variables.SetType(local, type); 8253_variables.SetType(local.LocalSymbol, varType); 11114_variables.SetType(local.LocalSymbol, operandType.ToAnnotatedTypeWithAnnotations(compilation)); 12145_variables.SetType(iterationVariable, destinationType);
FlowAnalysis\NullableWalker_Patterns.cs (1)
637_variables.SetType(local, inferredType);