public NullIStateMachineIndentEngine(ICSharpCode.NRefactory.Editor.IDocument document)
 {
     if (document == null)
     {
         throw new ArgumentNullException("document");
     }
     this.document = document;
 }
		public NullIStateMachineIndentEngine(ICSharpCode.NRefactory.Editor.IDocument document)
		{
			if (document == null)
				throw new ArgumentNullException("document");
			this.document = document;
		}