2 references to GetConstructorThisOrBaseSymbol
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\NullableWalker.cs (2)
1226return (_baseOrThisInitializer ?? GetConstructorThisOrBaseSymbol(this.methodMainNode)); 1526MethodSymbol? baseOrThisInitializer = GetConstructorThisOrBaseSymbol(constructorBody);