2 references to getTypeIfContainingType
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\NullableWalker.cs (2)
5097
TypeSymbol asMemberOfType =
getTypeIfContainingType
(methodContainer, leftUnderlyingType.Type, leftOperand) ??
5098
getTypeIfContainingType
(methodContainer, rightUnderlyingType.Type, rightOperand) ?? methodContainer;