6 references to SetType
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (5)
2742_variables.SetType(parameter, parameterType); 3315_variables.SetType(local, type); 6751_variables.SetType(local.LocalSymbol, varType); 9391_variables.SetType(local.LocalSymbol, operandType.ToAnnotatedTypeWithAnnotations(compilation)); 10197_variables.SetType(iterationVariable, destinationType);
FlowAnalysis\NullableWalker_Patterns.cs (1)
650_variables.SetType(local, inferredType);