130 references to ValueTextEquals
NuGet.ProjectModel (130)
DependencyGraphSpec.cs (2)
273if (jsonReader.ValueTextEquals(RestorePropertyName)) 278else if (jsonReader.ValueTextEquals(ProjectsPropertyName))
JsonPackageSpecReader.Utf8JsonStreamReader.cs (86)
123if (jsonReader.ValueTextEquals(EmptyStringPropertyName)) 127else if (jsonReader.ValueTextEquals(FrameworksPropertyName)) 131else if (jsonReader.ValueTextEquals(RestorePropertyName)) 135else if (jsonReader.ValueTextEquals(RuntimesPropertyName)) 139else if (jsonReader.ValueTextEquals(SupportsPropertyName)) 143else if (jsonReader.ValueTextEquals(VersionPropertyName)) 282if (jsonReader.ValueTextEquals(ExcludePropertyName)) 287else if (jsonReader.ValueTextEquals(IncludePropertyName)) 292else if (jsonReader.ValueTextEquals(SuppressParentPropertyName)) 297else if (jsonReader.ValueTextEquals(VersionPropertyName)) 361if (jsonReader.ValueTextEquals(AutoReferencedPropertyName)) 365else if (jsonReader.ValueTextEquals(ExcludePropertyName)) 370else if (jsonReader.ValueTextEquals(GeneratePathPropertyPropertyName)) 374else if (jsonReader.ValueTextEquals(IncludePropertyName)) 379else if (jsonReader.ValueTextEquals(NoWarnPropertyName)) 383else if (jsonReader.ValueTextEquals(SuppressParentPropertyName)) 388else if (jsonReader.ValueTextEquals(TargetPropertyName)) 392else if (jsonReader.ValueTextEquals(VersionPropertyName)) 399else if (jsonReader.ValueTextEquals(VersionOverridePropertyName)) 414else if (jsonReader.ValueTextEquals(VersionCentrallyManagedPropertyName)) 418else if (jsonReader.ValueTextEquals(AliasesPropertyName)) 596if (jsonReader.ValueTextEquals(NamePropertyName)) 601else if (jsonReader.ValueTextEquals(VersionPropertyName)) 686if (jsonReader.ValueTextEquals(PrivateAssetsPropertyName)) 787if (jsonReader.ValueTextEquals(CentralPackageVersionsManagementEnabledPropertyName)) 791else if (jsonReader.ValueTextEquals(CentralPackageVersionOverrideDisabledPropertyName)) 795else if (jsonReader.ValueTextEquals(CentralPackageTransitivePinningEnabledPropertyName)) 799else if (jsonReader.ValueTextEquals(CentralPackageFloatingVersionsEnabledPropertyName)) 803else if (jsonReader.ValueTextEquals(ConfigFilePathsPropertyName)) 809else if (jsonReader.ValueTextEquals(CrossTargetingPropertyName)) 813else if (jsonReader.ValueTextEquals(FallbackFoldersPropertyName)) 819else if (jsonReader.ValueTextEquals(FilesPropertyName)) 832else if (jsonReader.ValueTextEquals(FrameworksPropertyName)) 836else if (jsonReader.ValueTextEquals(LegacyPackagesDirectoryPropertyName)) 840else if (jsonReader.ValueTextEquals(OriginalTargetFrameworksPropertyName)) 845else if (jsonReader.ValueTextEquals(OutputPathPropertyName)) 849else if (jsonReader.ValueTextEquals(PackagesConfigPathPropertyName)) 853else if (jsonReader.ValueTextEquals(PackagesPathPropertyName)) 857else if (jsonReader.ValueTextEquals(ProjectJsonPathPropertyName)) 861else if (jsonReader.ValueTextEquals(ProjectNamePropertyName)) 865else if (jsonReader.ValueTextEquals(ProjectPathPropertyName)) 869else if (jsonReader.ValueTextEquals(ProjectStylePropertyName)) 879else if (jsonReader.ValueTextEquals(ProjectUniqueNamePropertyName)) 883else if (jsonReader.ValueTextEquals(RestoreLockPropertiesPropertyName)) 893if (jsonReader.ValueTextEquals(NuGetLockFilePathPropertyName)) 897else if (jsonReader.ValueTextEquals(RestoreLockedModePropertyName)) 901else if (jsonReader.ValueTextEquals(RestorePackagesWithLockFilePropertyName)) 913else if (jsonReader.ValueTextEquals(RestoreAuditPropertiesPropertyName)) 922if (jsonReader.ValueTextEquals(EnableAuditPropertyName)) 926else if (jsonReader.ValueTextEquals(AuditLevelPropertyName)) 930else if (jsonReader.ValueTextEquals(AuditModePropertyName)) 934else if (jsonReader.ValueTextEquals(AuditSuppressionsPropertyName)) 952else if (jsonReader.ValueTextEquals(SkipContentFileWritePropertyName)) 956else if (jsonReader.ValueTextEquals(SourcesPropertyName)) 970else if (jsonReader.ValueTextEquals(ValidateRuntimeAssetsPropertyName)) 974else if (jsonReader.ValueTextEquals(WarningPropertiesPropertyName)) 985if (jsonReader.ValueTextEquals(AllWarningsAsErrorsPropertyName)) 989else if (jsonReader.ValueTextEquals(NoWarnPropertyName)) 993else if (jsonReader.ValueTextEquals(WarnAsErrorPropertyName)) 997else if (jsonReader.ValueTextEquals(WarnNotAsErrorPropertyName)) 1010else if (jsonReader.ValueTextEquals(UsingMicrosoftNETSdk)) 1014else if (jsonReader.ValueTextEquals(RestoreEnableAnalyzerAssetsPropertyName)) 1018else if (jsonReader.ValueTextEquals(SdkAnalysisLevel)) 1040else if (jsonReader.ValueTextEquals(UseLegacyDependencyResolverPropertyName)) 1044else if (jsonReader.ValueTextEquals(RestoreDoNotWriteDependencyGraphSpecPropertyName)) 1229if (jsonReader.ValueTextEquals(HashTagImportPropertyName)) 1330if (jsonReader.ValueTextEquals(ProjectReferencesPropertyName)) 1346if (jsonReader.ValueTextEquals(ExcludeAssetsPropertyName)) 1350else if (jsonReader.ValueTextEquals(IncludeAssetsPropertyName)) 1354else if (jsonReader.ValueTextEquals(PrivateAssetsPropertyName)) 1358else if (jsonReader.ValueTextEquals(ProjectPathPropertyName)) 1390else if (jsonReader.ValueTextEquals(TargetAliasPropertyName)) 1394else if (jsonReader.ValueTextEquals(FrameworkPropertyName)) 1440if (jsonReader.ValueTextEquals(AssetTargetFallbackPropertyName)) 1444else if (jsonReader.ValueTextEquals(SecondaryFrameworkPropertyName)) 1452else if (jsonReader.ValueTextEquals(CentralPackageVersionsPropertyName)) 1460else if (jsonReader.ValueTextEquals(DependenciesPropertyName)) 1469else if (jsonReader.ValueTextEquals(DownloadDependenciesPropertyName)) 1477else if (jsonReader.ValueTextEquals(FrameworkAssembliesPropertyName)) 1486else if (jsonReader.ValueTextEquals(FrameworkReferencesPropertyName)) 1494else if (jsonReader.ValueTextEquals(FrameworkPropertyName)) 1499else if (jsonReader.ValueTextEquals(ImportsPropertyName)) 1504else if (jsonReader.ValueTextEquals(RuntimeIdentifierGraphPathPropertyName)) 1508else if (jsonReader.ValueTextEquals(TargetAliasPropertyName)) 1512else if (jsonReader.ValueTextEquals(WarnPropertyName)) 1516else if (jsonReader.ValueTextEquals(PackagesToPrunePropertyName))
LockFile\Utf8JsonStreamIAssetsLogMessageConverter.cs (11)
76if (reader.ValueTextEquals(LevelPropertyName)) 81else if (reader.ValueTextEquals(CodePropertyName)) 86else if (reader.ValueTextEquals(WarningLevelPropertyName)) 91else if (reader.ValueTextEquals(FilePathPropertyName)) 95else if (reader.ValueTextEquals(StartLineNumberPropertyName)) 100else if (reader.ValueTextEquals(StartColumnNumberPropertyName)) 105else if (reader.ValueTextEquals(EndLineNumberPropertyName)) 110else if (reader.ValueTextEquals(EndColumnNumberPropertyName)) 115else if (reader.ValueTextEquals(MessagePropertyName)) 119else if (reader.ValueTextEquals(LibraryIdPropertyName)) 123else if (reader.ValueTextEquals(TargetGraphsPropertyName))
LockFile\Utf8JsonStreamLockFileConverter.cs (8)
58if (reader.ValueTextEquals(VersionPropertyName)) 70else if (reader.ValueTextEquals(LibrariesPropertyName)) 84else if (reader.ValueTextEquals(TargetsPropertyName)) 105else if (reader.ValueTextEquals(ProjectFileDependencyGroupsPropertyName)) 119else if (reader.ValueTextEquals(PackageFoldersPropertyName)) 133else if (reader.ValueTextEquals(ProjectPropertyName)) 152else if (reader.ValueTextEquals(CentralTransitiveDependencyGroupsPropertyName)) 180else if (reader.ValueTextEquals(LogsPropertyName))
LockFile\Utf8JsonStreamLockFileLibraryConverter.cs (7)
69if (reader.ValueTextEquals(TypePropertyName)) 73else if (reader.ValueTextEquals(PathPropertyName)) 77else if (reader.ValueTextEquals(MsbuildProjectPropertyName)) 81else if (reader.ValueTextEquals(Sha512PropertyName)) 85else if (reader.ValueTextEquals(ServicablePropertyName)) 90else if (reader.ValueTextEquals(HasToolsPropertyName)) 95else if (reader.ValueTextEquals(FilesPropertyName))
LockFile\Utf8JsonStreamLockFileTargetLibraryConverter.cs (16)
99if (reader.ValueTextEquals(TypePropertyName)) 103else if (reader.ValueTextEquals(FrameworkPropertyName)) 107else if (reader.ValueTextEquals(DependenciesPropertyName)) 112else if (reader.ValueTextEquals(FrameworkAssembliesPropertyName)) 117else if (reader.ValueTextEquals(RuntimePropertyName)) 122else if (reader.ValueTextEquals(CompilePropertyName)) 127else if (reader.ValueTextEquals(AnalyzersPropertyName)) 132else if (reader.ValueTextEquals(ResourcePropertyName)) 137else if (reader.ValueTextEquals(NativePropertyName)) 142else if (reader.ValueTextEquals(BuildPropertyName)) 147else if (reader.ValueTextEquals(BuildMultiTargetingPropertyName)) 152else if (reader.ValueTextEquals(ContentFilesPropertyName)) 157else if (reader.ValueTextEquals(RuntimeTargetsPropertyName)) 162else if (reader.ValueTextEquals(ToolsPropertyName)) 167else if (reader.ValueTextEquals(EmbedPropertyName)) 172else if (reader.ValueTextEquals(FrameworkReferencesPropertyName))