System.Diagnostics.SymbolStore.ISymbolScope public interface ISymbolScope Documentation int EndOffset { get; } ISymbolMethod Method { get; } ISymbolScope Parent { get; } int StartOffset { get; } ISymbolScope[] GetChildren() ISymbolVariable[] GetLocals() ISymbolNamespace[] GetNamespaces()