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