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