Base:
property
KeepLookingForDeclaredSpecialTypes
Microsoft.CodeAnalysis.CSharp.Symbols.AssemblySymbol.KeepLookingForDeclaredSpecialTypes
10 references to KeepLookingForDeclaredSpecialTypes
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (10)
Symbols\CorLibrary\CorTypes.cs (10)
97Assert.False(msCorLibRef.KeepLookingForDeclaredSpecialTypes); 102Assert.True(msCorLibRef.KeepLookingForDeclaredSpecialTypes); 126Assert.False(msCorLibRef.KeepLookingForDeclaredSpecialTypes); 132Assert.Equal(knownMissingTypes.Any(), msCorLibRef.KeepLookingForDeclaredSpecialTypes); 144Assert.True(msCorLibRef.KeepLookingForDeclaredSpecialTypes); 163Assert.True(msCorLibRef.KeepLookingForDeclaredSpecialTypes); 172Assert.False(msCorLibRef.KeepLookingForDeclaredSpecialTypes); 197Assert.True(msCorLibRef.KeepLookingForDeclaredSpecialTypes); 209Assert.True(msCorLibRef.KeepLookingForDeclaredSpecialTypes); 224Assert.False(msCorLibRef.KeepLookingForDeclaredSpecialTypes);