6 references to SetType
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (5)
3001_variables.SetType(parameter, parameterType); 3693_variables.SetType(local, type); 8096_variables.SetType(local.LocalSymbol, varType); 10947_variables.SetType(local.LocalSymbol, operandType.ToAnnotatedTypeWithAnnotations(compilation)); 11961_variables.SetType(iterationVariable, destinationType);
FlowAnalysis\NullableWalker_Patterns.cs (1)
692_variables.SetType(local, inferredType);