15 references to ValueAsString
xunit.console (15)
common\AssemblyResolution\Microsoft.Extensions.DependencyModel\DependencyContextJsonReader.cs (15)
144
runtimeTargetName = runtimeTargetJson?.
ValueAsString
(DependencyContextStrings.RuntimeTargetNamePropertyName);
145
runtimeSignature = runtimeTargetJson?.
ValueAsString
(DependencyContextStrings.RuntimeTargetSignaturePropertyName);
169
var languageVersion = compilationOptionsJson.
ValueAsString
(DependencyContextStrings.LanguageVersionPropertyName);
170
var platform = compilationOptionsJson.
ValueAsString
(DependencyContextStrings.PlatformPropertyName);
174
var keyFile = compilationOptionsJson.
ValueAsString
(DependencyContextStrings.KeyFilePropertyName);
177
var debugType = compilationOptionsJson.
ValueAsString
(DependencyContextStrings.DebugTypePropertyName);
250
dependencies.Add(new Dependency(Pool(key), Pool(targetLibraryDependenciesJson.
ValueAsString
(key))));
270
Rid = Pool(runtimeTargetJson?.
ValueAsString
(DependencyContextStrings.RidPropertyName)),
271
Type = Pool(runtimeTargetJson?.
ValueAsString
(DependencyContextStrings.AssetTypePropertyName))
289
string locale = targetLibraryResourcesJson.ValueAsJsonObject(key)?.
ValueAsString
(DependencyContextStrings.LocalePropertyName);
323
string hash = libraryJson.
ValueAsString
(DependencyContextStrings.Sha512PropertyName);
324
string type = libraryJson.
ValueAsString
(DependencyContextStrings.TypePropertyName);
326
string path = libraryJson.
ValueAsString
(DependencyContextStrings.PathPropertyName);
327
string hashPath = libraryJson.
ValueAsString
(DependencyContextStrings.HashPathPropertyName);
328
string runtimeStoreManifestName = libraryJson.
ValueAsString
(DependencyContextStrings.RuntimeStoreManifestPropertyName);