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