1 write to provideIntellisense
System.Workflow.Activities (1)
Rules\Parser\Parser.cs (1)
195this.provideIntellisense = true;
7 references to provideIntellisense
System.Workflow.Activities (7)
Rules\Parser\Parser.cs (7)
1499if (parserContext.provideIntellisense && token.TokenID == TokenID.EndOfInput) 1536if (parserContext.CurrentToken.TokenID == TokenID.EndOfInput && parserContext.provideIntellisense) 1674if (parserContext.CurrentToken.TokenID == TokenID.EndOfInput && parserContext.provideIntellisense) 1854if (parserContext.provideIntellisense && parserContext.CurrentToken.TokenID == TokenID.EndOfInput) 1918if (parserContext.CurrentToken.TokenID == TokenID.EndOfInput && parserContext.provideIntellisense) 2072if (parserContext.provideIntellisense && token.TokenID == TokenID.EndOfInput) 2241if (parserContext.provideIntellisense && token.TokenID == TokenID.EndOfInput)