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());
1848
AcceptWhile(
IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
);
1875
AcceptWhile(
IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
);
2178
AcceptWhile(
IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
);
2183
AcceptWhile(
IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
);
2251
AcceptWhile(
IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
);
2328
AcceptWhile(
IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
);
2452
AcceptWhile(
IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
);
2550
AcceptWhile(
IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
);
2576
ReadWhile(
IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
, ref whitespace.AsRef());
2584
AcceptWhile(
IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
);
2806
ReadWhile(
IsSpacingTokenIncludingNewLinesAndCommentsAndCSharpDirectives
, ref whitespace);