3 references to WARN_Version_mismatch_Expected_0_Got_1
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
DecompiledSource\AssemblyResolver.cs (1)
93
Log(CSharpEditorResources.
WARN_Version_mismatch_Expected_0_Got_1
, name.Version, assemblies[0].Identity.Version);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
MetadataAsSource\MetadataAsSourceTests.CSharp.cs (1)
379
{string.Format(CSharpEditorResources.
WARN_Version_mismatch_Expected_0_Got_1
, "4.0.0.0", "4.0.10.0")}
MetadataAsSource\MetadataAsSourceTests.VisualBasic.cs (1)
460
{string.Format(CSharpEditorResources.
WARN_Version_mismatch_Expected_0_Got_1
, "4.0.0.0", "4.0.10.0")}