8 references to ObjectBinder
Microsoft.CodeAnalysis.CodeStyle (8)
DiagnosticHelper.cs (1)
285=> ObjectBinder.RegisterTypeReader(typeof(LocalizableStringWithArguments), reader => new LocalizableStringWithArguments(reader));
ObjectBinder.cs (1)
13/// <see cref="ObjectBinder"/> is a registry that maps between arbitrary <see cref="Type"/>s and
ObjectReader.cs (3)
55/// for that type. Types register functions directly with <see cref="ObjectBinder"/>, but 56/// that means that <see cref="ObjectBinder"/> is both static and locked. This gives us 84_binderSnapshot = ObjectBinder.GetSnapshot();
ObjectWriter.cs (3)
65/// for that type. Types register functions directly with <see cref="ObjectBinder"/>, but 66/// that means that <see cref="ObjectBinder"/> is both static and locked. This gives us 96_binderSnapshot = ObjectBinder.GetSnapshot();