4 writes to Descriptor
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (4)
RuntimeViewCompiler.cs (4)
207Descriptor = precompiledView, // This will be used as-is. 215Descriptor = precompiledView, // This might be used, if the checksums match. 226item.Descriptor = new CompiledViewDescriptor() 256Descriptor = new CompiledViewDescriptor()
6 references to Descriptor
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (6)
RuntimeViewCompiler.cs (6)
152Debug.Assert(item.Descriptor != null); 153taskSource.SetResult(item.Descriptor); 164if (item.Descriptor?.Item != null && 165ChecksumValidator.IsItemValid(_projectEngine.FileSystem, item.Descriptor.Item)) 168Debug.Assert(item.Descriptor != null); 170taskSource.SetResult(item.Descriptor);