Base:
property
KeepLookingForDeclaredSpecialTypes
Microsoft.CodeAnalysis.CSharp.Symbols.AssemblySymbol.KeepLookingForDeclaredSpecialTypes
10 references to KeepLookingForDeclaredSpecialTypes
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (10)
Symbols\CorLibrary\CorTypes.cs (10)
104Assert.False(msCorLibRef.KeepLookingForDeclaredSpecialTypes); 109Assert.True(msCorLibRef.KeepLookingForDeclaredSpecialTypes); 133Assert.False(msCorLibRef.KeepLookingForDeclaredSpecialTypes); 139Assert.Equal(knownMissingSpecialTypes.Any(), msCorLibRef.KeepLookingForDeclaredSpecialTypes); 151Assert.True(msCorLibRef.KeepLookingForDeclaredSpecialTypes); 170Assert.True(msCorLibRef.KeepLookingForDeclaredSpecialTypes); 179Assert.False(msCorLibRef.KeepLookingForDeclaredSpecialTypes); 204Assert.True(msCorLibRef.KeepLookingForDeclaredSpecialTypes); 216Assert.True(msCorLibRef.KeepLookingForDeclaredSpecialTypes); 231Assert.False(msCorLibRef.KeepLookingForDeclaredSpecialTypes);