17 references to getKind
Microsoft.CSharp (17)
Microsoft\CSharp\RuntimeBinder\Errors\ErrorFmt.cs (1)
184sk = sym.getKind();
Microsoft\CSharp\RuntimeBinder\Errors\UserStringBuilder.cs (2)
327switch (sym.getKind()) 397Debug.Fail($"Bad symbol kind: {sym.getKind()}");
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (7)
169if (swt != null && swt.Sym.getKind() != SYMKIND.SK_MethodSymbol) 770if (swt.Sym.getKind() != SYMKIND.SK_MethodSymbol) 790ExprMemberGroup memGroup = CreateMemberGroupExpr(payload.Name, payload.TypeArguments, callingObject, swt.Sym.getKind()); 813if (swtEvent.Sym.getKind() == SYMKIND.SK_FieldSymbol) 817else if (swtEvent.Sym.getKind() == SYMKIND.SK_EventSymbol) 1178switch (swt.Sym.getKind()) 1346if (swt.Sym.getKind() == SYMKIND.SK_EventSymbol)
Microsoft\CSharp\RuntimeBinder\Semantics\ExprFactory.cs (1)
330, name, method.TypeArgs, method.MethProp()?.getKind() ?? SYMKIND.SK_MethodSymbol, method.GetType(),
Microsoft\CSharp\RuntimeBinder\Semantics\MemberLookup.cs (4)
250if (_swtFirst.Sym.getKind() != symCur.getKind()) 278else if (_swtFirst.Sym.getKind() != symCur.getKind())
Microsoft\CSharp\RuntimeBinder\Semantics\SemanticChecker.cs (1)
47switch (symCheck.getKind())
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymbolStore.cs (1)
38switch (child.getKind())