2 implementations of Identity
Microsoft.CodeAnalysis.CSharp (1)
Microsoft.CodeAnalysis.VisualBasic (1)
145 references to Identity
Aspire.Hosting.Analyzers (1)
Metrics (4)
Metrics.Legacy (4)
Microsoft.AspNetCore.App.Analyzers (2)
Microsoft.AspNetCore.Http.RequestDelegateGenerator (2)
Microsoft.CodeAnalysis (5)
Microsoft.CodeAnalysis.Analyzers (4)
Microsoft.CodeAnalysis.AnalyzerUtilities (4)
Microsoft.CodeAnalysis.BannedApiAnalyzers (4)
Microsoft.CodeAnalysis.CodeStyle (4)
Microsoft.CodeAnalysis.CSharp (3)
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (3)
Microsoft.CodeAnalysis.Features (17)
Microsoft.CodeAnalysis.LanguageServer.Protocol (8)
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (4)
Microsoft.CodeAnalysis.PublicApiAnalyzers (4)
Microsoft.CodeAnalysis.ResxSourceGenerator (4)
Microsoft.CodeAnalysis.Test.Utilities (4)
Microsoft.CodeAnalysis.VisualBasic (4)
Microsoft.CodeAnalysis.Workspaces (4)
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
Microsoft.DotNet.ApiCompatibility (7)
Microsoft.DotNet.ApiCompatibility.Tests (16)
Rules\AssemblyIdentityMustMatchTests.cs (16)
56Assert.Equal(string.Empty, leftSymbol.Identity.CultureName);
57Assert.Equal("de", rightSymbol.Identity.CultureName);
76Assert.Equal(new Version(2, 0, 0, 0), leftSymbol.Identity.Version);
77Assert.Equal(new Version(0, 0, 0, 0), rightSymbol.Identity.Version);
97Assert.Equal(new Version(1, 0, 0, 0), leftSymbol.Identity.Version);
98Assert.Equal(new Version(2, 0, 0, 0), rightSymbol.Identity.Version);
125Assert.Equal(_publicKey, leftSymbol.Identity.PublicKey);
126Assert.Equal(_publicKey, rightSymbol.Identity.PublicKey);
145Assert.False(leftSymbol.Identity.HasPublicKey);
146Assert.Equal(_publicKey, rightSymbol.Identity.PublicKey);
173Assert.Equal(_publicKey, leftSymbol.Identity.PublicKey);
174Assert.False(rightSymbol.Identity.HasPublicKey);
203Assert.True(leftSymbol.Identity.IsRetargetable);
204Assert.True(rightSymbol.Identity.IsRetargetable);
205Assert.False(rightSymbol.Identity.HasPublicKey);
206Assert.Equal(_publicKey, leftSymbol.Identity.PublicKey);
Microsoft.DotNet.ApiSymbolExtensions (3)
Microsoft.DotNet.ApiSymbolExtensions.Tests (4)
Microsoft.DotNet.GenAPI (1)
Microsoft.Extensions.Options.SourceGeneration (1)
Microsoft.Extensions.Validation.ValidationsGenerator (2)
Microsoft.Maui.Controls.SourceGen (3)
Microsoft.VisualStudio.LanguageServices (9)
Roslyn.Diagnostics.Analyzers (4)
Test.Utilities (1)
Text.Analyzers (4)