public SymbolDetails(ISymbol symbol, ReferenceLocation location)
			{
				Symbol = symbol;
				Location = location;
			}