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