14 references to IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
Microsoft.CodeAnalysis.Razor.Compiler (14)
Language\Legacy\CSharpCodeParser.cs (14)
25
IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
;
290
ReadWhile(
IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
, ref precedingWhitespace.AsRef());
783
ReadWhile(
IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
, ref tokens.AsRef());
1859
AcceptWhile(
IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
);
1886
AcceptWhile(
IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
);
2189
AcceptWhile(
IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
);
2194
AcceptWhile(
IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
);
2262
AcceptWhile(
IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
);
2339
AcceptWhile(
IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
);
2463
AcceptWhile(
IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
);
2561
AcceptWhile(
IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
);
2587
ReadWhile(
IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
, ref whitespace.AsRef());
2595
AcceptWhile(
IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
);
2813
ReadWhile(
IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
, ref whitespace);