Home
last modified time | relevance | path

Searched refs:CachedInstance (Results 1 – 9 of 9) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/text/
H A Dstringbuildercache.cs48 private static StringBuilder CachedInstance; field in System.Text.StringBuilderCache
54 StringBuilder sb = StringBuilderCache.CachedInstance; in Acquire()
61 StringBuilderCache.CachedInstance = null; in Acquire()
74 StringBuilderCache.CachedInstance = sb; in Release()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/grafana-plugin-sdk-go/backend/instancemgmt/
H A Dinstance_manager.go43 type CachedInstance struct { struct
54 NeedsUpdate(pluginContext backend.PluginContext, cachedInstance CachedInstance) bool argument
90 ci := item.(CachedInstance)
102 ci := item.(CachedInstance)
118 im.cache.Store(cacheKey, CachedInstance{
H A Dinstance_manager_test.go219 …nceProvider) NeedsUpdate(pluginContext backend.PluginContext, cachedInstance CachedInstance) bool {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/grafana-plugin-sdk-go/backend/datasource/
H A Dinstance_provider_test.go41 cachedInstance := instancemgmt.CachedInstance{
58 cachedInstance := instancemgmt.CachedInstance{
H A Dinstance_provider.go51 …NeedsUpdate(pluginContext backend.PluginContext, cachedInstance instancemgmt.CachedInstance) bool {
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/
H A DDisposableReflectionComposablePart.cs43 ReleaseInstanceIfNecessary(CachedInstance); in IDisposable.Dispose()
H A DReflectionComposablePart.cs101 protected object CachedInstance property in System.ComponentModel.Composition.ReflectionModel.ReflectionComposablePart
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ComponentModel.Composition.4.5/src/ComponentModel/System/ComponentModel/Composition/ReflectionModel/
H A DDisposableReflectionComposablePart.cs53 this.ReleaseInstanceIfNecessary(this.CachedInstance); in IDisposable.Dispose()
H A DReflectionComposablePart.cs66 protected object CachedInstance property in System.ComponentModel.Composition.ReflectionModel.ReflectionComposablePart