17 references to getKind
Microsoft.CSharp (17)
Microsoft\CSharp\RuntimeBinder\Errors\ErrorFmt.cs (1)
184sk = sym.getKind();
Microsoft\CSharp\RuntimeBinder\Errors\UserStringBuilder.cs (2)
316switch (sym.getKind()) 386Debug.Fail($"Bad symbol kind: {sym.getKind()}");
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (7)
165if (swt != null && swt.Sym.getKind() != SYMKIND.SK_MethodSymbol) 748if (swt.Sym.getKind() != SYMKIND.SK_MethodSymbol) 768ExprMemberGroup memGroup = CreateMemberGroupExpr(payload.Name, payload.TypeArguments, callingObject, swt.Sym.getKind()); 791if (swtEvent.Sym.getKind() == SYMKIND.SK_FieldSymbol) 795else if (swtEvent.Sym.getKind() == SYMKIND.SK_EventSymbol) 1152switch (swt.Sym.getKind()) 1316if (swt.Sym.getKind() == SYMKIND.SK_EventSymbol)
Microsoft\CSharp\RuntimeBinder\Semantics\ExprFactory.cs (1)
320, name, method.TypeArgs, method.MethProp()?.getKind() ?? SYMKIND.SK_MethodSymbol, method.GetType(),
Microsoft\CSharp\RuntimeBinder\Semantics\MemberLookup.cs (4)
249if (_swtFirst.Sym.getKind() != symCur.getKind()) 277else if (_swtFirst.Sym.getKind() != symCur.getKind())
Microsoft\CSharp\RuntimeBinder\Semantics\SemanticChecker.cs (1)
45switch (symCheck.getKind())
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymbolStore.cs (1)
38switch (child.getKind())