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