18 writes to Value
IIS.FunctionalTests (1)
IISExpress.FunctionalTests (1)
Microsoft.Build.Tasks.Core (2)
Microsoft.CodeAnalysis.CSharp (1)
Microsoft.CodeAnalysis.Features.Test.Utilities (1)
Microsoft.CodeAnalysis.VisualBasic (4)
Microsoft.DotNet.Build.Tasks.Installers (1)
Microsoft.DotNet.XliffTasks (4)
System.ComponentModel.TypeConverter (1)
System.Private.Xml.Linq (2)
379 references to Value
BuildBoss (7)
ConfigurationSchemaGenerator (1)
dotnet-svcutil-lib (5)
IIS.FunctionalTests (5)
IIS.LongTests (3)
IIS.NewHandler.FunctionalTests (3)
IIS.NewShim.FunctionalTests (3)
IIS.ShadowCopy.Tests (1)
IISExpress.FunctionalTests (6)
Microsoft.AspNetCore.App.UnitTests (18)
Microsoft.AspNetCore.Authentication.Test (33)
Microsoft.AspNetCore.CookiePolicy.Test (3)
Microsoft.AspNetCore.DataProtection (1)
Microsoft.AspNetCore.DataProtection.Tests (2)
Microsoft.AspNetCore.Identity.InMemory.Test (2)
Microsoft.AspNetCore.Rewrite (16)
Microsoft.AspNetCore.Server.IntegrationTesting (1)
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (2)
Microsoft.Build.Tasks.Core (25)
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (14)
350if (String.IsNullOrWhiteSpace(includeAttribute?.Value))
358taskInfo.References.Add(includeAttribute.Value.Trim());
364if (String.IsNullOrWhiteSpace(namespaceAttribute?.Value))
372taskInfo.Namespaces.Add(namespaceAttribute.Value.Trim());
434if (String.IsNullOrWhiteSpace(sourceAttribute.Value))
443taskInfo.SourceCode = File.ReadAllText(sourceAttribute.Value.Trim());
448if (String.IsNullOrWhiteSpace(typeAttribute.Value))
456if (!Enum.TryParse(typeAttribute.Value.Trim(), ignoreCase: true, result: out RoslynCodeTaskFactoryCodeType codeType))
458log.LogErrorWithCodeFromResources("CodeTaskFactory.InvalidCodeType", typeAttribute.Value, String.Join(", ", Enum.GetNames(typeof(RoslynCodeTaskFactoryCodeType))));
467if (String.IsNullOrWhiteSpace(languageAttribute.Value))
474if (ValidCodeLanguages.ContainsKey(languageAttribute.Value))
477taskInfo.CodeLanguage = languageAttribute.Value.ToUpperInvariant();
486if (validLanguage.Value.Contains(languageAttribute.Value))
497log.LogErrorWithCodeFromResources("CodeTaskFactory.InvalidCodeLanguage", languageAttribute.Value, String.Join(", ", ValidCodeLanguages.Keys));
Microsoft.CodeAnalysis (3)
Microsoft.CodeAnalysis.CodeStyle (15)
Microsoft.CodeAnalysis.CSharp (5)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
Microsoft.CodeAnalysis.Features (11)
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (8)
390var rawListType = element.Attribute(DocumentationCommentXmlNames.TypeAttributeName)?.Value;
453var symbol = DocumentationCommentId.GetFirstSymbolForDeclarationId(crefAttribute.Value, semanticModel.Compilation);
460return (target: hrefAttribute.Value, hint: hrefAttribute.Value);
473TypeParameterRefToSymbolDisplayParts(attribute.Value, state.TypeResolutionSymbol, state.Position, state.SemanticModel, state.Format).ToTaggedText(state.Style));
478CrefToSymbolDisplayParts(attribute.Value, state.Position, state.SemanticModel, state.Format, kind).ToTaggedText(state.Style));
486var text = attribute.Value;
489? attribute.Value
Microsoft.CodeAnalysis.Features.Test.Utilities (1)
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Microsoft.CodeAnalysis.Test.Utilities (19)
Metadata\ILValidation.cs (18)
333let xmlTokenValue = e.Attribute("token")?.Value
342.Descendants().ToImmutableDictionary(e => e.Attribute("id").Value, e => e.Attribute("name").Value);
355add(Convert.ToInt32(e.Attribute("offset").Value, 16), (e.Attribute("hidden")?.Value == "true") ? "~" : "-");
363add(Convert.ToInt32(e.Attribute("yield").Value, 16), "<");
364add(Convert.ToInt32(e.Attribute("resume").Value, 16), ">");
368add(Convert.ToInt32(e.Attribute("offset").Value, 16), "$");
386add(Convert.ToInt32(e.Attribute("yield").Value, 16), "async: yield");
387add(Convert.ToInt32(e.Attribute("resume").Value, 16), "async: resume");
391add(Convert.ToInt32(e.Attribute("offset").Value, 16), "async: catch handler");
399var documentId = e.Attribute("document").Value;
402add(Convert.ToInt32(e.Attribute("offset").Value, 16), "sequence point: " + SnippetFromSpan(source, e));
411if (sequencePointXml.Attribute("hidden")?.Value == "true")
416var startLine = Convert.ToInt32(sequencePointXml.Attribute("startLine").Value) - 1;
417var startColumn = Convert.ToInt32(sequencePointXml.Attribute("startColumn").Value) - 1;
418var endLine = Convert.ToInt32(sequencePointXml.Attribute("endLine").Value) - 1;
419var endColumn = Convert.ToInt32(sequencePointXml.Attribute("endColumn").Value) - 1;
Microsoft.CodeAnalysis.VisualBasic (8)
Microsoft.CodeAnalysis.Workspaces (20)
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (27)
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Microsoft.DotNet.Arcade.Sdk (11)
Microsoft.DotNet.Arcade.Sdk.Tests (3)
Microsoft.DotNet.Build.Tasks.Installers (4)
Microsoft.DotNet.Build.Tasks.Packaging (2)
Microsoft.DotNet.Build.Tasks.VisualStudio (1)
Microsoft.DotNet.MacOsPkg (1)
Microsoft.DotNet.NuGetRepack.Tasks (9)
Microsoft.DotNet.SignTool.Tests (1)
Microsoft.DotNet.SourceBuild.Tasks (10)
Microsoft.DotNet.VersionTools (2)
Microsoft.DotNet.XliffTasks (16)
Microsoft.DotNet.XliffTasks.Tests (3)
Microsoft.Extensions.FileProviders.Embedded (1)
Microsoft.Maui.Resizetizer (31)
Microsoft.VisualStudio.LanguageServices (1)
Roslyn.Test.PdbUtilities (6)
System.ComponentModel.TypeConverter (1)
System.Private.Xml.Linq (23)
System\Xml\Linq\XLinq.cs (6)
320_resolver.AddFirst(a.Name.NamespaceName.Length == 0 ? string.Empty : a.Name.LocalName, XNamespace.Get(a.Value));
338_resolver.Add(a.Name.NamespaceName.Length == 0 ? string.Empty : a.Name.LocalName, XNamespace.Get(a.Value));
384_writer.WriteAttributeString(GetPrefixOfNamespace(ns, false), localName, namespaceName.Length == 0 && localName == "xmlns" ? XNamespace.xmlnsPrefixNamespace : namespaceName, a.Value);
404await _writer.WriteAttributeStringAsync(GetPrefixOfNamespace(ns, false), localName, namespaceName.Length == 0 && localName == "xmlns" ? XNamespace.xmlnsPrefixNamespace : namespaceName, a.Value).ConfigureAwait(false);
553_writer.WriteAttributeString(GetPrefixOfNamespace(ns, false), localName, namespaceName.Length == 0 && localName == "xmlns" ? XNamespace.xmlnsPrefixNamespace : namespaceName, a.Value);
578_resolver.Add(a.Name.NamespaceName.Length == 0 ? string.Empty : a.Name.LocalName, XNamespace.Get(a.Value));