6 references to SetType
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (5)
2820_variables.SetType(parameter, parameterType); 3514_variables.SetType(local, type); 7545_variables.SetType(local.LocalSymbol, varType); 10275_variables.SetType(local.LocalSymbol, operandType.ToAnnotatedTypeWithAnnotations(compilation)); 11114_variables.SetType(iterationVariable, destinationType);
FlowAnalysis\NullableWalker_Patterns.cs (1)
690_variables.SetType(local, inferredType);