3 references to SymTagFunction
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
Navigation\FullSymbolReader.cs (3)
105
methodSymbol = GetTypeSymbol(fullMethodName, SymTagEnum.
SymTagFunction
);
269
typeSymbol.FindChildren(SymTagEnum.
SymTagFunction
, null, 0, out enumMethodSymbols);
401
typeSymbol.FindChildren(SymTagEnum.
SymTagFunction
, methodName, 0, out enumSymbols);