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());
1843
AcceptWhile(
IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
);
1870
AcceptWhile(
IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
);
2173
AcceptWhile(
IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
);
2178
AcceptWhile(
IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
);
2246
AcceptWhile(
IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
);
2323
AcceptWhile(
IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
);
2447
AcceptWhile(
IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
);
2545
AcceptWhile(
IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
);
2571
ReadWhile(
IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
, ref whitespace.AsRef());
2579
AcceptWhile(
IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
);
2797
ReadWhile(
IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
, ref whitespace);