5 references to GetValue
Microsoft.AspNetCore.Razor.Utilities.Shared (2)
Threading\LazyValue`2.cs (2)
54/// The factory function will be called at most once, when <see cref="GetValue(TArg)"/> is first called. 55/// If multiple threads call <see cref="GetValue(TArg)"/> concurrently, only one thread will execute
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\TagHelperBinding.cs (1)
43public TagHelperCollection TagHelpers => _lazyTagHelpers.GetValue(AllBoundRules);
Language\TagHelperCollection.SegmentCollectionBase.cs (2)
64return _lazyLookupTable.GetValue(this); 69=> _lazyChecksum.GetValue(this);