コード例 #1
0
ファイル: FileBase.cs プロジェクト: igor-toporet/TestFx
 public PsiFileModificationInfo GetReParseResult(TreeTextRange modifiedRange, string text)
 {
     return(_file.GetReParseResult(modifiedRange, text));
 }