362 references to Attribute
BuildBoss (8)
dotnet-svcutil-lib (2)
IIS.FunctionalTests (6)
IIS.LongTests (3)
IIS.NewHandler.FunctionalTests (3)
IIS.NewShim.FunctionalTests (3)
IIS.ShadowCopy.Tests (1)
IISExpress.FunctionalTests (7)
Microsoft.AspNetCore.App.UnitTests (18)
Microsoft.AspNetCore.Authentication.Test (33)
Microsoft.AspNetCore.CookiePolicy.Test (3)
Microsoft.AspNetCore.DataProtection (18)
Microsoft.AspNetCore.DataProtection.Tests (1)
Microsoft.AspNetCore.Identity.InMemory.Test (2)
Microsoft.AspNetCore.Rewrite (15)
Microsoft.AspNetCore.Server.IntegrationTesting (1)
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (4)
Microsoft.Build.Tasks.Core (12)
Microsoft.CodeAnalysis (1)
Microsoft.CodeAnalysis.CodeStyle (12)
Microsoft.CodeAnalysis.CSharp (4)
Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
Microsoft.CodeAnalysis.Features (5)
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Microsoft.CodeAnalysis.Test.Utilities (18)
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.Workspaces (17)
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (52)
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Microsoft.DotNet.Arcade.Sdk (11)
Microsoft.DotNet.Arcade.Sdk.Tests (1)
Microsoft.DotNet.Build.Tasks.Installers (6)
Microsoft.DotNet.Build.Tasks.Packaging (2)
Microsoft.DotNet.Build.Tasks.VisualStudio (2)
Microsoft.DotNet.Build.Tasks.Workloads (1)
Microsoft.DotNet.MacOsPkg (1)
Microsoft.DotNet.NuGetRepack.Tasks (3)
Microsoft.DotNet.SignTool.Tests (1)
Microsoft.DotNet.SourceBuild.Tasks (10)
Microsoft.DotNet.VersionTools (1)
Microsoft.DotNet.XliffTasks (22)
Microsoft.DotNet.XliffTasks.Tests (3)
Microsoft.Extensions.FileProviders.Embedded (1)
Microsoft.Maui.Resizetizer (21)
Microsoft.VisualStudio.LanguageServices (8)
Roslyn.Test.PdbUtilities (5)
System.ComponentModel.TypeConverter (1)
System.Private.Xml.Linq (6)