10 references to IsDefault
Microsoft.CodeAnalysis.CodeStyle (10)
SymbolKey.AnonymousTypeSymbolKey.cs (1)
63
if (!propertyTypes.
IsDefault
)
SymbolKey.ErrorTypeSymbolKey.cs (2)
86
Contract.ThrowIfFalse(typeArguments.
IsDefault
);
91
Contract.ThrowIfTrue(typeArguments.
IsDefault
);
SymbolKey.FunctionPointerTypeSymbolKey.cs (2)
71
Contract.ThrowIfFalse(parameterTypes.
IsDefault
);
76
Contract.ThrowIfTrue(parameterTypes.
IsDefault
);
SymbolKey.MethodSymbolKey.cs (1)
94
if (typeArguments.
IsDefault
)
SymbolKey.NamedTypeSymbolKey.cs (2)
54
Contract.ThrowIfFalse(typeArguments.
IsDefault
);
60
Contract.ThrowIfTrue(typeArguments.
IsDefault
);
SymbolKey.SymbolKeyReader.cs (1)
389
if (originalParameterTypes.
IsDefault
|| parameters.Length != originalParameterTypes.Count)
SymbolKey.TupleTypeSymbolKey.cs (1)
115
if (elementTypes.
IsDefault
)