104 references to FullName
dotnet-svcutil.xmlserializer (1)
Microsoft.AspNetCore.Mvc.Core.Test (1)
Microsoft.AspNetCore.Mvc.Testing (1)
Microsoft.Build (7)
Microsoft.Build.Engine.UnitTests (1)
Microsoft.Build.Tasks.Core (3)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (6)
Symbols\SymbolErrorTests.cs (5)
17858Diagnostic(ErrorCode.WRN_SameFullNameThisAggAgg, "Int32").WithArguments("goo.cs", "System.Int32", RuntimeCorLibName.FullName, "int"),
17860Diagnostic(ErrorCode.WRN_SameFullNameThisAggAgg, "Int32").WithArguments("goo.cs", "System.Int32", RuntimeCorLibName.FullName, "int"),
17862Diagnostic(ErrorCode.WRN_SameFullNameThisAggAgg, "System.Int32").WithArguments("goo.cs", "System.Int32", RuntimeCorLibName.FullName, "int"),
17888Diagnostic(ErrorCode.WRN_SameFullNameThisAggAgg, "Object").WithArguments("goo.cs", "System.Object", RuntimeCorLibName.FullName, "object"));
17950Diagnostic(ErrorCode.WRN_SameFullNameThisAggNs, "System").WithArguments("", "System", RuntimeCorLibName.FullName, "System"),
Microsoft.CodeAnalysis.LanguageServer (2)
Microsoft.CodeAnalysis.Test.Utilities (1)
Microsoft.CodeAnalysis.UnitTests (2)
Microsoft.DotNet.Arcade.Sdk (1)
Microsoft.ML.Core (2)
MSBuild (4)
MSBuildTaskHost (2)
PresentationBuildTasks (1)
PresentationFramework (2)
System.Private.CoreLib (3)
System.Reflection.Emit (1)
System.Reflection.Metadata (1)
System.Reflection.MetadataLoadContext (2)
System.Windows.Forms (5)
System.Windows.Forms.Design (7)
System.Windows.Forms.Design.Tests (33)
System.Xaml (1)
System.Xaml.Tests (12)
System\Xaml\XamlSchemaContextTests.cs (6)
867new XamlTypeName("clr-namespace:System;assembly=" + noVersionAssemblyName.FullName, "Int32"),
877new XamlTypeName("clr-namespace:System;assembly=" + noCultureAssemblyName.FullName, "Int32"),
885new XamlTypeName("clr-namespace:System;assembly=" + noPublicKeyTokenAssemblyName.FullName, "Int32"),
906new XamlTypeName("clr-namespace:System;assembly=" + incorrectVersionAssemblyName.FullName, "Int32"),
916new XamlTypeName("clr-namespace:System;assembly=" + incorrectCultureAssemblyName.FullName, "Int32"),
924new XamlTypeName("clr-namespace:System;assembly=" + incorrectPublicKeyToken.FullName, "Int32"),
xunit.assert (2)