5 references to TryGetType
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (4)
1865if (!_variables.TryGetType(local, out TypeWithAnnotations localType)) 1874if (!_variables.TryGetType(parameter, out TypeWithAnnotations parameterType)) 9768return _variables.TryGetType(local, out TypeWithAnnotations type) ? 9775return _variables.TryGetType(parameter, out TypeWithAnnotations type) ?
FlowAnalysis\NullableWalker_Patterns.cs (1)
645if (_variables.TryGetType(local, out var existingType))