3 overrides of WithTypeAndModifiers
Microsoft.CodeAnalysis.CSharp (3)
Symbols\TypeWithAnnotations.cs (3)
914
internal override TypeWithAnnotations
WithTypeAndModifiers
(TypeWithAnnotations type, TypeSymbol typeSymbol, ImmutableArray<CustomModifier> customModifiers)
1017
internal override TypeWithAnnotations
WithTypeAndModifiers
(TypeWithAnnotations type, TypeSymbol typeSymbol, ImmutableArray<CustomModifier> customModifiers)
1128
internal override TypeWithAnnotations
WithTypeAndModifiers
(TypeWithAnnotations type, TypeSymbol typeSymbol, ImmutableArray<CustomModifier> customModifiers)
2 references to WithTypeAndModifiers
Microsoft.CodeAnalysis.CSharp (2)
Symbols\TypeWithAnnotations.cs (2)
568
_extensions.
WithTypeAndModifiers
(this, typeSymbol, customModifiers);
571
_extensions.
WithTypeAndModifiers
(this, typeSymbol, CustomModifiers);