10 references to IsInsert
Microsoft.AspNetCore.Razor.Language.UnitTests (1)
SourceChangeTest.cs (1)
47
Assert.True(change.
IsInsert
);
Microsoft.CodeAnalysis.Razor.Compiler (9)
Language\Legacy\AutoCompleteEditHandler.cs (1)
42
change.
IsInsert
&&
Language\Legacy\CodeBlockEditHandler.cs (1)
95
if (!change.
IsInsert
)
Language\Legacy\ImplicitExpressionEditHandler.cs (7)
220
return change.
IsInsert
&&
258
if (!change.
IsInsert
)
417
Debug.Assert(change.
IsInsert
);
427
Debug.Assert(change.
IsInsert
);
581
change.
IsInsert
&&
589
change.
IsInsert
&&
597
change.
IsInsert
&&