5 references to TryGetType
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker_Patterns.cs (1)
636if (_variables.TryGetType(local, out var existingType))
FlowAnalysis\NullableWalker.cs (4)
2053if (!_variables.TryGetType(local, out TypeWithAnnotations localType)) 2061if (!_variables.TryGetType(parameter, out TypeWithAnnotations parameterType)) 12099return _variables.TryGetType(local, out TypeWithAnnotations type) ? 12106return _variables.TryGetType(parameter, out TypeWithAnnotations type) ?