20 references to GetChangeToken
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.Test (17)
RuntimeViewCompilerTest.cs (17)
37Assert.Same(fileProvider.GetChangeToken(path), token); 57token => Assert.Equal(fileProvider.GetChangeToken(path), token)); 76token => Assert.Same(fileProvider.GetChangeToken(path), token), 77token => Assert.Same(fileProvider.GetChangeToken("/_ViewImports.cshtml"), token), 78token => Assert.Same(fileProvider.GetChangeToken("/file/_ViewImports.cshtml"), token), 79token => Assert.Same(fileProvider.GetChangeToken("/file/exists/_ViewImports.cshtml"), token)); 123fileProvider.GetChangeToken(path).HasChanged = true; 151fileProvider.GetChangeToken(path).HasChanged = true; 177fileProvider.GetChangeToken("/Views/_ViewImports.cshtml").HasChanged = true; 280fileProvider.GetChangeToken(path).HasChanged = true; 315fileProvider.GetChangeToken(path).HasChanged = true; 354token => Assert.Same(fileProvider.GetChangeToken(path), token)); 413Assert.Same(fileProvider.GetChangeToken(path), token); 446fileProvider.GetChangeToken(path).HasChanged = true; 481fileProvider.GetChangeToken(path).HasChanged = true; 519fileProvider.GetChangeToken(path).HasChanged = true; 559fileProvider.GetChangeToken(importPath).HasChanged = true;
Microsoft.AspNetCore.Mvc.TagHelpers.Test (3)
DefaultFileVersionProviderTest.cs (3)
113fileProvider.GetChangeToken("file.txt").HasChanged = true; 137fileProvider.GetChangeToken("file.txt").HasChanged = true; 161fileProvider.GetChangeToken("file.txt").HasChanged = true;