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